home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / gcl-1.000 / gcl-1 / gcl-1.0 / lsp / export.lsp < prev    next >
Encoding:
Text File  |  1994-05-07  |  3.4 KB  |  293 lines

  1. ;; Copyright (C) 1994 M. Hagiya, W. Schelter, T. Yuasa
  2.  
  3. ;; This file is part of GNU Common Lisp, herein referred to as GCL
  4. ;;
  5. ;; GCL is free software; you can redistribute it and/or modify it under
  6. ;;  the terms of the GNU LIBRARY GENERAL PUBLIC LICENSE as published by
  7. ;; the Free Software Foundation; either version 2, or (at your option)
  8. ;; any later version.
  9. ;; 
  10. ;; GCL is distributed in the hope that it will be useful, but WITHOUT
  11. ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12. ;; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public 
  13. ;; License for more details.
  14. ;; 
  15. ;; You should have received a copy of the GNU Library General Public License 
  16. ;; along with GCL; see the file COPYING.  If not, write to the Free Software
  17. ;; Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  
  19.  
  20. ;;;;    export.lsp
  21. ;;;;
  22. ;;;;                    Exporting external symbols of LISP package
  23.  
  24.  
  25. (in-package 'lisp)
  26.  
  27.  
  28. (export '(
  29.  
  30. &whole
  31. &environment
  32. &body
  33. *
  34. **
  35. ***
  36. *break-enable*
  37. *break-on-warnings*
  38. *features*
  39. *modules*
  40. +
  41. ++
  42. +++
  43. -
  44. /
  45. //
  46. ///
  47. COMMON
  48. KYOTO
  49. KCL
  50. abs
  51. acos
  52. acosh
  53. adjust-array
  54. adjustable-array-p
  55. apropos
  56. apropos-list
  57. array-dimension
  58. array-dimensions
  59. array-element-type
  60. array-has-fill-pointer-p
  61. array-in-bounds-p
  62. array-rank
  63. array-row-major-index
  64. asin
  65. asinh
  66. assert
  67. atanh
  68. bit
  69. bit-and
  70. bit-andc1
  71. bit-andc2
  72. bit-eqv
  73. bit-ior
  74. bit-nand
  75. bit-nor
  76. bit-not
  77. bit-orc1
  78. bit-orc2
  79. bit-xor
  80. break
  81. byte
  82. byte-position
  83. byte-size
  84. ccase
  85. cerror
  86. check-type
  87. cis
  88. coerce
  89. compile
  90. compile-file
  91. concatenate
  92. cosh
  93. count
  94. count-if
  95. count-if-not
  96. ctypecase
  97. decf
  98. decode-universal-time
  99. defconstant
  100. define-modify-macro
  101. define-setf-method
  102. defparameter
  103. defsetf
  104. defstruct
  105. deftype
  106. defvar
  107. delete
  108. delete-duplicates
  109. delete-if
  110. delete-if-not
  111. deposit-field
  112. describe
  113. disassemble
  114. do*
  115. do-all-symbols
  116. do-external-symbols
  117. do-symbols
  118. documentation
  119. dolist
  120. dotimes
  121. dpb
  122. dribble
  123. ecase
  124. ed
  125. eighth
  126. encode-universal-time
  127. error
  128. etypecase
  129. eval-when
  130. every
  131. fceiling
  132. ffloor
  133. fifth
  134. fill
  135. fill-pointer
  136. find
  137. find-all-symbols
  138. find-if
  139. find-if-not
  140. first
  141. format
  142. fourth
  143. fround
  144. ftruncate
  145. get-decoded-time
  146. get-setf-method
  147. get-setf-method-multiple-value
  148. get-universal-time
  149. getf
  150. ignore
  151. incf
  152. inspect
  153. intersection
  154. isqrt
  155. ldb
  156. ldb-test
  157. lisp-implementation-type
  158. logandc1
  159. logandc2
  160. lognand
  161. lognor
  162. lognot
  163. logorc1
  164. logorc2
  165. logtest
  166. long-site-name
  167. machine-instance
  168. machine-type
  169. machine-version
  170. make-array
  171. make-sequence
  172. map
  173. mask-field
  174. merge
  175. mismatch
  176. mod
  177. multiple-value-setq
  178. nintersection
  179. ninth
  180. notany
  181. notevery
  182. nset-difference
  183. nset-exclusive-or
  184. nsubstitute
  185. nsubstitute-if
  186. nsubstitute-if-not
  187. nunion
  188. phase
  189. pop
  190. position
  191. position-if
  192. position-if-not
  193. prin1-to-string
  194. princ-to-string
  195. prog*
  196. provide
  197. psetf
  198. push
  199. pushnew
  200. rational
  201. rationalize
  202. read-from-string
  203. reduce
  204. rem
  205. remf
  206. remove
  207. remove-duplicates
  208. remove-if
  209. remove-if-not
  210. replace
  211. require
  212. rotatef
  213. room
  214. sbit
  215. search
  216. second
  217. set-difference
  218. set-exclusive-or
  219. setf
  220. seventh
  221. shiftf
  222. short-site-name
  223. signum
  224. sinh
  225. sixth
  226. software-type
  227. software-version
  228. some
  229. sort
  230. stable-sort
  231. step
  232. structure
  233. subsetp
  234. substitute
  235. substitute-if
  236. substitute-if-not
  237. subtypep
  238. tanh
  239. tenth
  240. third
  241. time
  242. trace
  243. type
  244. typecase
  245. typep
  246. union
  247. untrace
  248. variable
  249. vector
  250. vector-pop
  251. vector-push
  252. vector-push-extend
  253. warn
  254. with-input-from-string
  255. with-open-file
  256. with-open-stream
  257. with-output-to-string
  258. write-to-string
  259. y-or-n-p
  260. yes-or-no-p
  261.  
  262. proclaim
  263. proclamation
  264. special
  265. type
  266. ftype
  267. function
  268. inline
  269. notinline
  270. ignore
  271. optimize
  272. speed
  273. space
  274. safety
  275. compilation-speed
  276. declaration
  277.  
  278. *eval-when-compile*
  279.  
  280. clines
  281. defcfun
  282. defentry
  283. defla
  284.  
  285. void
  286. object
  287. char
  288. int
  289. float
  290. double
  291.  
  292. ))
  293.